Skip to main content

PolicyCenter Admin API (1.11.0)

APIs for InsuranceSuite administration objects

Update a form pattern lookup

Update a form pattern lookup (Since 1.8.0)

gw-resourceType: FormPatternLookup
gw-sinceVersion: 1.8.0
Authorizations:
path Parameters
formPatternId
required
string
gw-sinceVersion: 1.8.0

The identifier for the form pattern (Since 1.8.0)

formPatternLookupId
required
string
gw-sinceVersion: 1.8.0

The identifier for the form pattern lookup (Since 1.8.0)

query Parameters
fields
Array of strings
gw-allowForCompositeApi: true

Allows the caller to specify the set of fields that should be included on the response. This can be used to limit the set of fields returned as well as to include optional fields that otherwise wouldn't normally be returned. The parameter is either of the form fields=<field list> or fields=<include>:<field list>, where <field list> consists of a comma-separated list of field or field set names. See the documentation for more information.

Request Body schema: application/json
required
object (FormPatternLookupData)
object (AdminInclusions)

Responses

Request samples

Content type
application/json
{
  • "data": {
    },
  • "included": {
    }
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "included": {
    }
}